DataCollection | ComponentOne
C1.DataCollection.EntityFrameworkCore Assembly / C1.DataCollection.EntityFrameworkCore Namespace / C1EntityFrameworkCoreCursorDataCollectionBase<T> Class / PageCount Property

In This Topic
    PageCount Property (C1EntityFrameworkCoreCursorDataCollectionBase<T>)
    In This Topic
    Gets the page size.
    Syntax
    'Declaration
     
    Public Property PageCount As Integer
    public int PageCount {get; set;}
    See Also